home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / DISKDUP.LZH / DUP.REV < prev    next >
Text File  |  1990-11-08  |  3KB  |  113 lines

  1. *** Revision History - Disk Duplicator ***
  2.  
  3. 02/22/90 - 4.8b
  4.  
  5.     Repaired bug which caused stack failure on some 286/386 systems
  6.  
  7. 02/24/90 - 4.9
  8.  
  9.     Added data compression to disk storage
  10.  
  11. 02/25/90 - 5.0
  12.  
  13.     Re-stuctured program to give better flow of control
  14.     Added multi-disk sequential duplication
  15.     Added autoloader control
  16.  
  17. 03/01/90 - 5.0a
  18.  
  19.     Fixed bug causing refusal to recognize drives above the hard drive
  20.  
  21. 03/10/90 - 5.1
  22.  
  23.     Added RAM buffer for 360K disk writes
  24.     Fixed bug that reported no disk images if only one available
  25.  
  26. 03/14/90 - 5.1a
  27.  
  28.     Fixed problem where all writes sent to autoloader, if present
  29.  
  30. 04/05/90 - 5.1c
  31.  
  32.     Fixed bug that produced blank copies if compression was not used
  33.     Fixed bug that caused system crash on write if ram buffer used
  34.     Expanded compression buffer to prevent random data expansion from
  35.       corrupting string space
  36.  
  37. 04/07/90 - 5.2
  38.  
  39.     Added IOCTL format code to allow formatting of 1.2M and 1.4M disks
  40.     Moved Compression option to Options menu allowing it to be changed
  41.       after an image exists
  42.     Fixed bug that caused wrong file list to be displayed under some
  43.       circumstances
  44.  
  45. 04/20/90 - 5.3
  46.  
  47.     Added IOCTL initialization prior to disk format in AT class machines
  48.     Fixed error which caused crash if DUP.DRV missing and Read selected
  49.     Corrected cursor scan line setting which caused cursor to be displayed
  50.       as a single line above the text
  51.  
  52. 04/21/90 - 5.4
  53.  
  54.     Changed cursor size logic for full block on all monitor types
  55.     Changed logic so that sucessful disk operation clears previous status
  56.       codes
  57.     Added disk operation time display
  58.     Changed color of `Empty Hopper' message to make it more visible
  59.  
  60. 04/26/90 - 5.4b
  61.  
  62.     Added track content sensing to write routines - empty tracks are 
  63.       formatted but not written or verified, speeding disk copying
  64.     Fixed flag that caused autoloader to be cycled on write operations to
  65.       any drive
  66.     Added track jump option to allow blank tracks to be skipped altogether -
  67.       this greatly speeds the duplication of disks that are not filled to
  68.       capacity
  69.     Minor cosmetic polishing
  70.  
  71. 04/30/90 - 5.4d
  72.  
  73.     Changed serial number update to "On the Fly" processing
  74.     Minor cosmetic polishing
  75.  
  76. 05/11/90 - 5.4e
  77.  
  78.     Changed logic to reject failed disk in autoloader
  79.  
  80. 05/12/90 - 5.4f
  81.  
  82.     Added BIOS reset call before disk write for high capacity drives
  83.  
  84. 05/15/90 - 5.5
  85.  
  86.     Added IOCTL support for all operations on 1.2M & 1.44M disks
  87.  
  88. 06/28/90 - 5.7
  89.  
  90.     Added string memory management routine to prevent "Out of string space"
  91.       errors on decompression of high capacity disk images
  92.  
  93. 07/07/90 - 5.7a
  94.  
  95.     Repaired faulty registration flag
  96.  
  97. 09/20/90 - 5.8
  98.  
  99.     Added /D switch to force DOS writes
  100.     Added /S switch to disable sound for quiet operation
  101.  
  102. 09/29/90 - 5.9
  103.  
  104.     Added DBT initialization to ensure proper initialization on all machine
  105.           types
  106.  
  107. 11/08/90 - 5.9a
  108.  
  109.     Repaired decompression faulty logic which caused crash on write from
  110.       compressed image if buffer not used.
  111.  
  112.  
  113.